projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3c332a
)
testsuite/gdk: Add common_cflags to build
author
Timm Bäder
<mail@baedert.org>
Fri, 6 Mar 2020 17:13:59 +0000
(18:13 +0100)
committer
Timm Bäder
<mail@baedert.org>
Fri, 6 Mar 2020 17:22:01 +0000
(18:22 +0100)
testsuite/gdk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gdk/meson.build
b/testsuite/gdk/meson.build
index 36d424ebe19c01ee966e93fd1a49ffec82022543..9afd0ca009674d4e47536638e5d6699466d1908e 100644
(file)
--- a/
testsuite/gdk/meson.build
+++ b/
testsuite/gdk/meson.build
@@
-14,6
+14,7
@@
tests = [
foreach t : tests
test_exe = executable(t, '@0@.c'.format(t),
+ c_args: common_cflags,
dependencies: libgtk_dep,
install: get_option('install-tests'),
install_dir: testexecdir)